The Memo Control
The Memo object is similar to a textbox except that the end user can enter a lot more characters at runtime than a textbox. It can also be used to display the error message entered in the memo ErrorMessage prompt at runtime, or the content via a script.
You can also display the search icon in the textbox to enable searches of data the textbox is linked to. To enable the search icon, in the application’s Script tab, select the OnSearch event from Procedures.
For property descriptions, see Graphical Control Properties.